func net/textproto.isASCIILetter
2 uses
net/textproto (current package)
reader.go#L160: if len(peek) > 0 && (isASCIILetter(peek[0]) || peek[0] == '\n') ||
textproto.go#L152: func isASCIILetter(b byte) bool {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)